Tommy Brown - Internet: Tommy.Brown@f204.n2603.z1.ieee.org
+++++++++++++++++++++++++++
From: ewylie@ocf.berkeley.edu (Elizabeth Wylie)
Date: 22 Jul 1992 20:33:23 GMT
Organization: U. C. Berkeley Open Computing Facility
In article <15246.2A6C9813@zeus.ieee.org> Tommy.Brown@f204.n2603.z1.ieee.org (Tommy Brown) writes:
>I don't think that you CAN get the Finder to update the window immediately,
>
>because as far as I know, the Finder just doesn't constantly poll the disk to
>see if anything's been changed. The only thing I can think of is if you were
>
You'd be surprised what the finder does. Put a trap break on HFSDispatch sometime. You'll be surprised. The finder is constantly cycling through open windows and getting folder dates etc.
If you want to force the window to update, change the modification date of the folder containing the item you changed.
The finder always updates for me. Sometime soon I may be posting a small INIT that does this as well as patch a few traps. The INIT automatically relocates items dropped in a folder.
Just to a PBGetCatInfo followed by a PBSetCatInfo. But remember that the ioDirID field (and a few others, I think) get chewed after the call is complete.
- -E Wylie
and
---------------------------
From: ez008347@fred.ucdavis.edu
Subject: HOW IS QUICKBASIC FOR THE MAC?
Date: 20 Jul 92 23:08:39 GMT
Organization: Computing Services, UC Davis
I have a compiled PC program I wrote in QuickBasic. I want to get one done for
the Mac. Questions:
1) How is QuickBasic for the Mac? Please only answer this one if you know what
you are talking about.
2) What applications generators do you recommend? (Anyone can answer this.)
The program is not database oriented. It is a questionnaire whose answers are
+++++++++++++++++++++++++++
From: cormacks@garnet.berkeley.edu
Date: 21 Jul 92 04:08:22 GMT
Organization: University of California, Berkeley
I don't know if you deem me worthy to respond, but I
programmed in QuickBasic on the mac for about 4
years. For simple stuff, it's VERY easy to use;
development time is almost zero. For math-intensive
stuff (convolutions, etc.), Think C compiled code
runs some 5 times faster that QuickBasic compiled
code. Also, it is my understanding (from Microsoft
support) that Microsoft has basically abandoned the